
Tasker
Source (link to git-repo or to original if based on someone elses unmodified work):
Inspired by Task Timer: http://kde-look.org/content/show.php/Task+Timer?content=125922
Simple, one-click task and subtask adding, timing, marking as done and deletion; rudimentary drag-and-drop task grouping. Fixes in 0.9.2: vertical scroll; proper handling of long text; other minor fixes.
Project page and repository: https://redmine.hackerspace.pl/projects/private-tasker/
Still on the ToDo list, not implemented yet:
better drag and drop support and task ordering
system calendar/akonadi support
BasKet integration
0.10.0
- task config display (including editing support) implemented -- it is now possible to move tasks between tasker instances by copying their config from one to another (cross-instance drag and drop is next on the list)
- task config loading implemented (known bug: UTF8 support lacking)
- label editing
0.9.2
- vertical scroll implemented
- proper handling of long task text implemented
0.9 - initial public release
- config saving, including task status
- rudimentary drag-and-drop
tasks:
- editable text
- subtasks
- task elapsed time
- marking as done
- expanding/contracting subtask list
- one-click delete
Ratings & Comments
5 Comments
I had a problem with the plasmoid, I wasn't able to resize it vertically (without respecting the original aspect ratio) which was a pain when the list grows and don't want to scroll too much. I fixed it changing the aspectRatioMode property from 1 (KeepAspectRatio) to 0 (IgnoreAspectRatio). Here's the patch, apply with: cd <project_dir> && patch --dry-run -p1 -i file.patch && patch -p1 -i file.patch
thanks a lot, incorporated! it was actually a bug I knew of and was going to fix at some point - the more appreciated the patch!
Version 0.9.2 is live, and with it: - properly built package file; - vertical scroll; - proper handling of wide text. Enjoy!
I can't download this plasmoid, I get a http forbidden error
unfortunately, I am moving my personal server and until at least Tue, 11th Sep 2012 this problem will persist. Sorry for the inconvenience.